home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1255 / PlaceObject2_276_62 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Text File  |  2008-09-12  |  1KB  |  62 lines

  1. onClipEvent(load){
  2.    _X = _root.posX;
  3.    GRIDSIZE = _root.GRIDSIZE;
  4.    mapa = eval(_root.mapa);
  5.    shoot1 = eval(_root.shoot1);
  6.    vforcei = 3;
  7.    vforce = 8;
  8.    hforce = 5;
  9.    hforcei = 1;
  10.    horizontal = 0;
  11.    vertical = 8;
  12.    MAXVERTICAL = 15;
  13.    MAXJUMP = 38;
  14.    friction = 0.5;
  15.    gravity = 0.6;
  16.    accel = 1.6;
  17.    rising = false;
  18.    falling = true;
  19.    lastX = _X;
  20.    lastY = _Y;
  21.    platform = null;
  22.    plataforma = false;
  23.    scrolling = false;
  24.    platformscroll = 0;
  25.    topeizq = false;
  26.    justshoot = false;
  27.    shooting = false;
  28.    slide = false;
  29.    slidereleased = true;
  30.    slidetimer = 0;
  31.    SLIDETIME = 10;
  32.    keys = _root.keys;
  33.    upreleased = true;
  34.    abletoshoot = true;
  35.    blast = new Sound();
  36.    blast.attachSound("shoot02");
  37.    salto = new Sound();
  38.    salto.attachSound("salto");
  39.    landing = new Sound();
  40.    landing.attachSound("landing");
  41.    barrida = new Sound();
  42.    barrida.attachSound("barrida");
  43.    accel2 = 1.1;
  44.    tornado = false;
  45.    vforce2 = 0.005;
  46.    soundtrigged = false;
  47.    u = 0;
  48.    victory = false;
  49.    death = false;
  50.    barra = eval(_root.bheroe);
  51.    MAXDAMAGE = barra._totalframes;
  52.    hitted = false;
  53.    flashing = false;
  54.    hitable = false;
  55.    FLASHTIME = 10;
  56.    timerdamage = 0;
  57.    timerinvisible = 0;
  58.    INVISIBLETIME = 20;
  59.    invisible = false;
  60.    DAMAGE = 0;
  61. }
  62.